home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Python-1.4 / Demo / README < prev    next >
Text File  |  1998-06-24  |  446b  |  16 lines

  1. This subdirectory contains some Python demo programs.
  2.  
  3.  
  4.  
  5. classes/        Some examples of how to use classes.
  6.  
  7. scripts/        Some useful Python scripts that can be put in your
  8.         command path.  No optional built-in modules needed.
  9.         Might need some changes on the Amiga.
  10.  
  11. socket/         Examples for the 'socket' builtin module.
  12.  
  13. ChatServer.py   Multi-user chat server, written by Irmen de Jong.
  14.         The special thing is the mud-like interface.
  15.  
  16.